3.5.30 \(\int \frac {\csc ^5(e+f x)}{(b \sec (e+f x))^{3/2}} \, dx\) [430]

Optimal. Leaf size=123 \[ -\frac {3 \tan ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{32 b^{3/2} f}+\frac {3 \tanh ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{32 b^{3/2} f}-\frac {3 \cot ^2(e+f x) (b \sec (e+f x))^{3/2}}{16 b^3 f}-\frac {\cot ^4(e+f x) (b \sec (e+f x))^{3/2}}{4 b^3 f} \]

[Out]

-3/32*arctan((b*sec(f*x+e))^(1/2)/b^(1/2))/b^(3/2)/f+3/32*arctanh((b*sec(f*x+e))^(1/2)/b^(1/2))/b^(3/2)/f-3/16
*cot(f*x+e)^2*(b*sec(f*x+e))^(3/2)/b^3/f-1/4*cot(f*x+e)^4*(b*sec(f*x+e))^(3/2)/b^3/f

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 123, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 7, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {2702, 294, 296, 335, 304, 209, 212} \begin {gather*} -\frac {3 \text {ArcTan}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{32 b^{3/2} f}+\frac {3 \tanh ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{32 b^{3/2} f}-\frac {\cot ^4(e+f x) (b \sec (e+f x))^{3/2}}{4 b^3 f}-\frac {3 \cot ^2(e+f x) (b \sec (e+f x))^{3/2}}{16 b^3 f} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Csc[e + f*x]^5/(b*Sec[e + f*x])^(3/2),x]

[Out]

(-3*ArcTan[Sqrt[b*Sec[e + f*x]]/Sqrt[b]])/(32*b^(3/2)*f) + (3*ArcTanh[Sqrt[b*Sec[e + f*x]]/Sqrt[b]])/(32*b^(3/
2)*f) - (3*Cot[e + f*x]^2*(b*Sec[e + f*x])^(3/2))/(16*b^3*f) - (Cot[e + f*x]^4*(b*Sec[e + f*x])^(3/2))/(4*b^3*
f)

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 294

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[c^(n - 1)*(c*x)^(m - n + 1)*((a + b*x^
n)^(p + 1)/(b*n*(p + 1))), x] - Dist[c^n*((m - n + 1)/(b*n*(p + 1))), Int[(c*x)^(m - n)*(a + b*x^n)^(p + 1), x
], x] /; FreeQ[{a, b, c}, x] && IGtQ[n, 0] && LtQ[p, -1] && GtQ[m + 1, n] &&  !ILtQ[(m + n*(p + 1) + 1)/n, 0]
&& IntBinomialQ[a, b, c, n, m, p, x]

Rule 296

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(-(c*x)^(m + 1))*((a + b*x^n)^(p + 1)/
(a*c*n*(p + 1))), x] + Dist[(m + n*(p + 1) + 1)/(a*n*(p + 1)), Int[(c*x)^m*(a + b*x^n)^(p + 1), x], x] /; Free
Q[{a, b, c, m}, x] && IGtQ[n, 0] && LtQ[p, -1] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 304

Int[(x_)^2/((a_) + (b_.)*(x_)^4), x_Symbol] :> With[{r = Numerator[Rt[-a/b, 2]], s = Denominator[Rt[-a/b, 2]]}
, Dist[s/(2*b), Int[1/(r + s*x^2), x], x] - Dist[s/(2*b), Int[1/(r - s*x^2), x], x]] /; FreeQ[{a, b}, x] &&  !
GtQ[a/b, 0]

Rule 335

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + b*(x^(k*n)/c^n))^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 2702

Int[csc[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Dist[1/(f*a^n), Subst[Int
[x^(m + n - 1)/(-1 + x^2/a^2)^((n + 1)/2), x], x, a*Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n
 + 1)/2] &&  !(IntegerQ[(m + 1)/2] && LtQ[0, m, n])

Rubi steps

\begin {align*} \int \frac {\csc ^5(e+f x)}{(b \sec (e+f x))^{3/2}} \, dx &=\frac {\text {Subst}\left (\int \frac {x^{5/2}}{\left (-1+\frac {x^2}{b^2}\right )^3} \, dx,x,b \sec (e+f x)\right )}{b^5 f}\\ &=-\frac {\cot ^4(e+f x) (b \sec (e+f x))^{3/2}}{4 b^3 f}+\frac {3 \text {Subst}\left (\int \frac {\sqrt {x}}{\left (-1+\frac {x^2}{b^2}\right )^2} \, dx,x,b \sec (e+f x)\right )}{8 b^3 f}\\ &=-\frac {3 \cot ^2(e+f x) (b \sec (e+f x))^{3/2}}{16 b^3 f}-\frac {\cot ^4(e+f x) (b \sec (e+f x))^{3/2}}{4 b^3 f}-\frac {3 \text {Subst}\left (\int \frac {\sqrt {x}}{-1+\frac {x^2}{b^2}} \, dx,x,b \sec (e+f x)\right )}{32 b^3 f}\\ &=-\frac {3 \cot ^2(e+f x) (b \sec (e+f x))^{3/2}}{16 b^3 f}-\frac {\cot ^4(e+f x) (b \sec (e+f x))^{3/2}}{4 b^3 f}-\frac {3 \text {Subst}\left (\int \frac {x^2}{-1+\frac {x^4}{b^2}} \, dx,x,\sqrt {b \sec (e+f x)}\right )}{16 b^3 f}\\ &=-\frac {3 \cot ^2(e+f x) (b \sec (e+f x))^{3/2}}{16 b^3 f}-\frac {\cot ^4(e+f x) (b \sec (e+f x))^{3/2}}{4 b^3 f}+\frac {3 \text {Subst}\left (\int \frac {1}{b-x^2} \, dx,x,\sqrt {b \sec (e+f x)}\right )}{32 b f}-\frac {3 \text {Subst}\left (\int \frac {1}{b+x^2} \, dx,x,\sqrt {b \sec (e+f x)}\right )}{32 b f}\\ &=-\frac {3 \tan ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{32 b^{3/2} f}+\frac {3 \tanh ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{32 b^{3/2} f}-\frac {3 \cot ^2(e+f x) (b \sec (e+f x))^{3/2}}{16 b^3 f}-\frac {\cot ^4(e+f x) (b \sec (e+f x))^{3/2}}{4 b^3 f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.47, size = 109, normalized size = 0.89 \begin {gather*} \frac {4 \csc ^2(e+f x)-16 \csc ^4(e+f x)-6 \tan ^{-1}\left (\sqrt {\sec (e+f x)}\right ) \sqrt {\sec (e+f x)}+3 \left (-\log \left (1-\sqrt {\sec (e+f x)}\right )+\log \left (1+\sqrt {\sec (e+f x)}\right )\right ) \sqrt {\sec (e+f x)}}{64 b f \sqrt {b \sec (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Csc[e + f*x]^5/(b*Sec[e + f*x])^(3/2),x]

[Out]

(4*Csc[e + f*x]^2 - 16*Csc[e + f*x]^4 - 6*ArcTan[Sqrt[Sec[e + f*x]]]*Sqrt[Sec[e + f*x]] + 3*(-Log[1 - Sqrt[Sec
[e + f*x]]] + Log[1 + Sqrt[Sec[e + f*x]]])*Sqrt[Sec[e + f*x]])/(64*b*f*Sqrt[b*Sec[e + f*x]])

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(728\) vs. \(2(99)=198\).
time = 0.24, size = 729, normalized size = 5.93

method result size
default \(-\frac {8 \left (-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}\right )^{\frac {3}{2}} \left (\cos ^{3}\left (f x +e \right )\right )-8 \left (\cos ^{2}\left (f x +e \right )\right ) \left (-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}\right )^{\frac {3}{2}}-3 \ln \left (-\frac {2 \left (\cos ^{2}\left (f x +e \right )\right ) \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-\left (\cos ^{2}\left (f x +e \right )\right )+2 \cos \left (f x +e \right )-2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-1}{\sin \left (f x +e \right )^{2}}\right ) \left (\cos ^{3}\left (f x +e \right )\right )+3 \arctan \left (\frac {1}{2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}}\right ) \left (\cos ^{3}\left (f x +e \right )\right )-40 \cos \left (f x +e \right ) \left (-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}\right )^{\frac {3}{2}}+12 \left (\cos ^{2}\left (f x +e \right )\right ) \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}+3 \left (\cos ^{2}\left (f x +e \right )\right ) \ln \left (-\frac {2 \left (\cos ^{2}\left (f x +e \right )\right ) \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-\left (\cos ^{2}\left (f x +e \right )\right )+2 \cos \left (f x +e \right )-2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-1}{\sin \left (f x +e \right )^{2}}\right )-3 \left (\cos ^{2}\left (f x +e \right )\right ) \arctan \left (\frac {1}{2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}}\right )-24 \left (-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}\right )^{\frac {3}{2}}-24 \cos \left (f x +e \right ) \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}+3 \ln \left (-\frac {2 \left (\cos ^{2}\left (f x +e \right )\right ) \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-\left (\cos ^{2}\left (f x +e \right )\right )+2 \cos \left (f x +e \right )-2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-1}{\sin \left (f x +e \right )^{2}}\right ) \cos \left (f x +e \right )-3 \arctan \left (\frac {1}{2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}}\right ) \cos \left (f x +e \right )+12 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-3 \ln \left (-\frac {2 \left (\cos ^{2}\left (f x +e \right )\right ) \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-\left (\cos ^{2}\left (f x +e \right )\right )+2 \cos \left (f x +e \right )-2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-1}{\sin \left (f x +e \right )^{2}}\right )+3 \arctan \left (\frac {1}{2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}}\right )}{64 f \sin \left (f x +e \right )^{4} \left (\frac {b}{\cos \left (f x +e \right )}\right )^{\frac {3}{2}} \cos \left (f x +e \right ) \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}}\) \(729\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(f*x+e)^5/(b*sec(f*x+e))^(3/2),x,method=_RETURNVERBOSE)

[Out]

-1/64/f*(8*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(3/2)*cos(f*x+e)^3-8*cos(f*x+e)^2*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(3/
2)-3*ln(-(2*cos(f*x+e)^2*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)-cos(f*x+e)^2+2*cos(f*x+e)-2*(-cos(f*x+e)/(cos(f*
x+e)+1)^2)^(1/2)-1)/sin(f*x+e)^2)*cos(f*x+e)^3+3*arctan(1/2/(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2))*cos(f*x+e)^3
-40*cos(f*x+e)*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(3/2)+12*cos(f*x+e)^2*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)+3*cos
(f*x+e)^2*ln(-(2*cos(f*x+e)^2*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)-cos(f*x+e)^2+2*cos(f*x+e)-2*(-cos(f*x+e)/(c
os(f*x+e)+1)^2)^(1/2)-1)/sin(f*x+e)^2)-3*cos(f*x+e)^2*arctan(1/2/(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2))-24*(-co
s(f*x+e)/(cos(f*x+e)+1)^2)^(3/2)-24*cos(f*x+e)*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)+3*ln(-(2*cos(f*x+e)^2*(-co
s(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)-cos(f*x+e)^2+2*cos(f*x+e)-2*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)-1)/sin(f*x+e
)^2)*cos(f*x+e)-3*arctan(1/2/(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2))*cos(f*x+e)+12*(-cos(f*x+e)/(cos(f*x+e)+1)^2
)^(1/2)-3*ln(-(2*cos(f*x+e)^2*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)-cos(f*x+e)^2+2*cos(f*x+e)-2*(-cos(f*x+e)/(c
os(f*x+e)+1)^2)^(1/2)-1)/sin(f*x+e)^2)+3*arctan(1/2/(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)))/sin(f*x+e)^4/(b/cos
(f*x+e))^(3/2)/cos(f*x+e)/(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.50, size = 144, normalized size = 1.17 \begin {gather*} -\frac {b {\left (\frac {4 \, {\left (b^{2} \left (\frac {b}{\cos \left (f x + e\right )}\right )^{\frac {3}{2}} + 3 \, \left (\frac {b}{\cos \left (f x + e\right )}\right )^{\frac {7}{2}}\right )}}{b^{6} - \frac {2 \, b^{6}}{\cos \left (f x + e\right )^{2}} + \frac {b^{6}}{\cos \left (f x + e\right )^{4}}} + \frac {6 \, \arctan \left (\frac {\sqrt {\frac {b}{\cos \left (f x + e\right )}}}{\sqrt {b}}\right )}{b^{\frac {5}{2}}} + \frac {3 \, \log \left (-\frac {\sqrt {b} - \sqrt {\frac {b}{\cos \left (f x + e\right )}}}{\sqrt {b} + \sqrt {\frac {b}{\cos \left (f x + e\right )}}}\right )}{b^{\frac {5}{2}}}\right )}}{64 \, f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^5/(b*sec(f*x+e))^(3/2),x, algorithm="maxima")

[Out]

-1/64*b*(4*(b^2*(b/cos(f*x + e))^(3/2) + 3*(b/cos(f*x + e))^(7/2))/(b^6 - 2*b^6/cos(f*x + e)^2 + b^6/cos(f*x +
 e)^4) + 6*arctan(sqrt(b/cos(f*x + e))/sqrt(b))/b^(5/2) + 3*log(-(sqrt(b) - sqrt(b/cos(f*x + e)))/(sqrt(b) + s
qrt(b/cos(f*x + e))))/b^(5/2))/f

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 238 vs. \(2 (105) = 210\).
time = 0.47, size = 490, normalized size = 3.98 \begin {gather*} \left [-\frac {6 \, {\left (\cos \left (f x + e\right )^{4} - 2 \, \cos \left (f x + e\right )^{2} + 1\right )} \sqrt {-b} \arctan \left (\frac {\sqrt {-b} \sqrt {\frac {b}{\cos \left (f x + e\right )}} {\left (\cos \left (f x + e\right ) + 1\right )}}{2 \, b}\right ) + 3 \, {\left (\cos \left (f x + e\right )^{4} - 2 \, \cos \left (f x + e\right )^{2} + 1\right )} \sqrt {-b} \log \left (\frac {b \cos \left (f x + e\right )^{2} - 4 \, {\left (\cos \left (f x + e\right )^{2} - \cos \left (f x + e\right )\right )} \sqrt {-b} \sqrt {\frac {b}{\cos \left (f x + e\right )}} - 6 \, b \cos \left (f x + e\right ) + b}{\cos \left (f x + e\right )^{2} + 2 \, \cos \left (f x + e\right ) + 1}\right ) + 8 \, {\left (\cos \left (f x + e\right )^{3} + 3 \, \cos \left (f x + e\right )\right )} \sqrt {\frac {b}{\cos \left (f x + e\right )}}}{128 \, {\left (b^{2} f \cos \left (f x + e\right )^{4} - 2 \, b^{2} f \cos \left (f x + e\right )^{2} + b^{2} f\right )}}, \frac {6 \, {\left (\cos \left (f x + e\right )^{4} - 2 \, \cos \left (f x + e\right )^{2} + 1\right )} \sqrt {b} \arctan \left (\frac {\sqrt {\frac {b}{\cos \left (f x + e\right )}} {\left (\cos \left (f x + e\right ) - 1\right )}}{2 \, \sqrt {b}}\right ) + 3 \, {\left (\cos \left (f x + e\right )^{4} - 2 \, \cos \left (f x + e\right )^{2} + 1\right )} \sqrt {b} \log \left (\frac {b \cos \left (f x + e\right )^{2} + 4 \, {\left (\cos \left (f x + e\right )^{2} + \cos \left (f x + e\right )\right )} \sqrt {b} \sqrt {\frac {b}{\cos \left (f x + e\right )}} + 6 \, b \cos \left (f x + e\right ) + b}{\cos \left (f x + e\right )^{2} - 2 \, \cos \left (f x + e\right ) + 1}\right ) - 8 \, {\left (\cos \left (f x + e\right )^{3} + 3 \, \cos \left (f x + e\right )\right )} \sqrt {\frac {b}{\cos \left (f x + e\right )}}}{128 \, {\left (b^{2} f \cos \left (f x + e\right )^{4} - 2 \, b^{2} f \cos \left (f x + e\right )^{2} + b^{2} f\right )}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^5/(b*sec(f*x+e))^(3/2),x, algorithm="fricas")

[Out]

[-1/128*(6*(cos(f*x + e)^4 - 2*cos(f*x + e)^2 + 1)*sqrt(-b)*arctan(1/2*sqrt(-b)*sqrt(b/cos(f*x + e))*(cos(f*x
+ e) + 1)/b) + 3*(cos(f*x + e)^4 - 2*cos(f*x + e)^2 + 1)*sqrt(-b)*log((b*cos(f*x + e)^2 - 4*(cos(f*x + e)^2 -
cos(f*x + e))*sqrt(-b)*sqrt(b/cos(f*x + e)) - 6*b*cos(f*x + e) + b)/(cos(f*x + e)^2 + 2*cos(f*x + e) + 1)) + 8
*(cos(f*x + e)^3 + 3*cos(f*x + e))*sqrt(b/cos(f*x + e)))/(b^2*f*cos(f*x + e)^4 - 2*b^2*f*cos(f*x + e)^2 + b^2*
f), 1/128*(6*(cos(f*x + e)^4 - 2*cos(f*x + e)^2 + 1)*sqrt(b)*arctan(1/2*sqrt(b/cos(f*x + e))*(cos(f*x + e) - 1
)/sqrt(b)) + 3*(cos(f*x + e)^4 - 2*cos(f*x + e)^2 + 1)*sqrt(b)*log((b*cos(f*x + e)^2 + 4*(cos(f*x + e)^2 + cos
(f*x + e))*sqrt(b)*sqrt(b/cos(f*x + e)) + 6*b*cos(f*x + e) + b)/(cos(f*x + e)^2 - 2*cos(f*x + e) + 1)) - 8*(co
s(f*x + e)^3 + 3*cos(f*x + e))*sqrt(b/cos(f*x + e)))/(b^2*f*cos(f*x + e)^4 - 2*b^2*f*cos(f*x + e)^2 + b^2*f)]

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\csc ^{5}{\left (e + f x \right )}}{\left (b \sec {\left (e + f x \right )}\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)**5/(b*sec(f*x+e))**(3/2),x)

[Out]

Integral(csc(e + f*x)**5/(b*sec(e + f*x))**(3/2), x)

________________________________________________________________________________________

Giac [A]
time = 3.62, size = 135, normalized size = 1.10 \begin {gather*} -\frac {b^{2} {\left (\frac {3 \, \arctan \left (\frac {\sqrt {b \cos \left (f x + e\right )}}{\sqrt {-b}}\right )}{\sqrt {-b} b^{3}} - \frac {3 \, \arctan \left (\frac {\sqrt {b \cos \left (f x + e\right )}}{\sqrt {b}}\right )}{b^{\frac {7}{2}}} + \frac {2 \, {\left (\sqrt {b \cos \left (f x + e\right )} b^{2} \cos \left (f x + e\right )^{2} + 3 \, \sqrt {b \cos \left (f x + e\right )} b^{2}\right )}}{{\left (b^{2} \cos \left (f x + e\right )^{2} - b^{2}\right )}^{2} b^{2}}\right )}}{32 \, f \mathrm {sgn}\left (\cos \left (f x + e\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^5/(b*sec(f*x+e))^(3/2),x, algorithm="giac")

[Out]

-1/32*b^2*(3*arctan(sqrt(b*cos(f*x + e))/sqrt(-b))/(sqrt(-b)*b^3) - 3*arctan(sqrt(b*cos(f*x + e))/sqrt(b))/b^(
7/2) + 2*(sqrt(b*cos(f*x + e))*b^2*cos(f*x + e)^2 + 3*sqrt(b*cos(f*x + e))*b^2)/((b^2*cos(f*x + e)^2 - b^2)^2*
b^2))/(f*sgn(cos(f*x + e)))

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {1}{{\sin \left (e+f\,x\right )}^5\,{\left (\frac {b}{\cos \left (e+f\,x\right )}\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(sin(e + f*x)^5*(b/cos(e + f*x))^(3/2)),x)

[Out]

int(1/(sin(e + f*x)^5*(b/cos(e + f*x))^(3/2)), x)

________________________________________________________________________________________